type github.com/valyala/fastjson.cache

9 uses

	github.com/valyala/fastjson (current package)
		arena.go#L20: 	c cache
		parser.go#L22: 	c cache
		parser.go#L55: type cache struct {
		parser.go#L59: func (c *cache) reset() {
		parser.go#L67: func (c *cache) getValue() *Value {
		parser.go#L104: func (c *cache) parseValue(s string, depth int) (*Value, string, error) {
		parser.go#L173: func (c *cache) parseArray(s string, depth int) (*Value, string, error) {
		parser.go#L216: func (c *cache) parseObject(s string, depth int) (*Value, string, error) {
		scanner.go#L30: 	c cache